home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / opsys / macos / pm5 / pm5.dmg / PowerMail 5.0 / SpamSieve.app / Contents / Resources / SpamSieve.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2004-04-15  |  6.1 KB  |  260 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>mtSS</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.AbstractObject</string>
  15.             <key>SupportedCommands</key>
  16.             <dict>
  17.                 <key>AddGood</key>
  18.                 <string>handleAddGoodScriptCommand:</string>
  19.                 <key>AddSpam</key>
  20.                 <string>handleAddSpamScriptCommand:</string>
  21.                 <key>Ignore</key>
  22.                 <string>handleIgnoreScriptCommand:</string>
  23.                 <key>IsSpam</key>
  24.                 <string>handleIsSpamScriptCommand:</string>
  25.                 <key>Score</key>
  26.                 <string>handleScoreScriptCommand:</string>
  27.             </dict>
  28.         </dict>
  29.     </dict>
  30.     <key>Commands</key>
  31.     <dict>
  32.         <key>AddGood</key>
  33.         <dict>
  34.             <key>AppleEventClassCode</key>
  35.             <string>mtSS</string>
  36.             <key>AppleEventCode</key>
  37.             <string>addG</string>
  38.             <key>Arguments</key>
  39.             <dict>
  40.                 <key>DecodeMessageContent</key>
  41.                 <dict>
  42.                     <key>AppleEventCode</key>
  43.                     <string>bDec</string>
  44.                     <key>Optional</key>
  45.                     <string>YES</string>
  46.                     <key>Type</key>
  47.                     <string>NSNumber<Bool></string>
  48.                 </dict>
  49.                 <key>Message</key>
  50.                 <dict>
  51.                     <key>AppleEventCode</key>
  52.                     <string>Mess</string>
  53.                     <key>Type</key>
  54.                     <string>NSString</string>
  55.                 </dict>
  56.                 <key>Separator</key>
  57.                 <dict>
  58.                     <key>AppleEventCode</key>
  59.                     <string>sSEP</string>
  60.                     <key>Optional</key>
  61.                     <string>YES</string>
  62.                     <key>Type</key>
  63.                     <string>NSString</string>
  64.                 </dict>
  65.                 <key>TryRFC822</key>
  66.                 <dict>
  67.                     <key>AppleEventCode</key>
  68.                     <string>bRFC</string>
  69.                     <key>Optional</key>
  70.                     <string>YES</string>
  71.                     <key>Type</key>
  72.                     <string>NSNumber<Bool></string>
  73.                 </dict>
  74.             </dict>
  75.             <key>CommandClass</key>
  76.             <string>NSScriptCommand</string>
  77.         </dict>
  78.         <key>AddSpam</key>
  79.         <dict>
  80.             <key>AppleEventClassCode</key>
  81.             <string>mtSS</string>
  82.             <key>AppleEventCode</key>
  83.             <string>addS</string>
  84.             <key>Arguments</key>
  85.             <dict>
  86.                 <key>DecodeMessageContent</key>
  87.                 <dict>
  88.                     <key>AppleEventCode</key>
  89.                     <string>bDec</string>
  90.                     <key>Optional</key>
  91.                     <string>YES</string>
  92.                     <key>Type</key>
  93.                     <string>NSNumber<Bool></string>
  94.                 </dict>
  95.                 <key>Message</key>
  96.                 <dict>
  97.                     <key>AppleEventCode</key>
  98.                     <string>Mess</string>
  99.                     <key>Type</key>
  100.                     <string>NSString</string>
  101.                 </dict>
  102.                 <key>Separator</key>
  103.                 <dict>
  104.                     <key>AppleEventCode</key>
  105.                     <string>sSEP</string>
  106.                     <key>Optional</key>
  107.                     <string>YES</string>
  108.                     <key>Type</key>
  109.                     <string>NSString</string>
  110.                 </dict>
  111.                 <key>TryRFC822</key>
  112.                 <dict>
  113.                     <key>AppleEventCode</key>
  114.                     <string>bRFC</string>
  115.                     <key>Optional</key>
  116.                     <string>YES</string>
  117.                     <key>Type</key>
  118.                     <string>NSNumber<Bool></string>
  119.                 </dict>
  120.             </dict>
  121.             <key>CommandClass</key>
  122.             <string>NSScriptCommand</string>
  123.         </dict>
  124.         <key>Ignore</key>
  125.         <dict>
  126.             <key>AppleEventClassCode</key>
  127.             <string>mtSS</string>
  128.             <key>AppleEventCode</key>
  129.             <string>iReg</string>
  130.             <key>CommandClass</key>
  131.             <string>NSScriptCommand</string>
  132.             <key>ResultAppleEventCode</key>
  133.             <string>long</string>
  134.             <key>Type</key>
  135.             <string>NSNumber<Long></string>
  136.         </dict>
  137.         <key>IsSpam</key>
  138.         <dict>
  139.             <key>AppleEventClassCode</key>
  140.             <string>mtSS</string>
  141.             <key>AppleEventCode</key>
  142.             <string>isSp</string>
  143.             <key>Arguments</key>
  144.             <dict>
  145.                 <key>AddIfGood</key>
  146.                 <dict>
  147.                     <key>AppleEventCode</key>
  148.                     <string>bAdG</string>
  149.                     <key>Optional</key>
  150.                     <string>YES</string>
  151.                     <key>Type</key>
  152.                     <string>NSNumber<Bool></string>
  153.                 </dict>
  154.                 <key>AddIfSpam</key>
  155.                 <dict>
  156.                     <key>AppleEventCode</key>
  157.                     <string>bAdS</string>
  158.                     <key>Optional</key>
  159.                     <string>YES</string>
  160.                     <key>Type</key>
  161.                     <string>NSNumber<Bool></string>
  162.                 </dict>
  163.                 <key>DecodeMessageContent</key>
  164.                 <dict>
  165.                     <key>AppleEventCode</key>
  166.                     <string>bDec</string>
  167.                     <key>Optional</key>
  168.                     <string>YES</string>
  169.                     <key>Type</key>
  170.                     <string>NSNumber<Bool></string>
  171.                 </dict>
  172.                 <key>Message</key>
  173.                 <dict>
  174.                     <key>AppleEventCode</key>
  175.                     <string>Mess</string>
  176.                     <key>Type</key>
  177.                     <string>NSString</string>
  178.                 </dict>
  179.                 <key>Separator</key>
  180.                 <dict>
  181.                     <key>AppleEventCode</key>
  182.                     <string>sSEP</string>
  183.                     <key>Optional</key>
  184.                     <string>YES</string>
  185.                     <key>Type</key>
  186.                     <string>NSString</string>
  187.                 </dict>
  188.                 <key>TryRFC822</key>
  189.                 <dict>
  190.                     <key>AppleEventCode</key>
  191.                     <string>bRFC</string>
  192.                     <key>Optional</key>
  193.                     <string>YES</string>
  194.                     <key>Type</key>
  195.                     <string>NSNumber<Bool></string>
  196.                 </dict>
  197.             </dict>
  198.             <key>CommandClass</key>
  199.             <string>NSScriptCommand</string>
  200.             <key>ResultAppleEventCode</key>
  201.             <string>bool</string>
  202.             <key>Type</key>
  203.             <string>NSNumber<Bool></string>
  204.         </dict>
  205.         <key>Score</key>
  206.         <dict>
  207.             <key>AppleEventClassCode</key>
  208.             <string>mtSS</string>
  209.             <key>AppleEventCode</key>
  210.             <string>iSSc</string>
  211.             <key>Arguments</key>
  212.             <dict>
  213.                 <key>DecodeMessageContent</key>
  214.                 <dict>
  215.                     <key>AppleEventCode</key>
  216.                     <string>bDec</string>
  217.                     <key>Optional</key>
  218.                     <string>YES</string>
  219.                     <key>Type</key>
  220.                     <string>NSNumber<Bool></string>
  221.                 </dict>
  222.                 <key>Message</key>
  223.                 <dict>
  224.                     <key>AppleEventCode</key>
  225.                     <string>Mess</string>
  226.                     <key>Type</key>
  227.                     <string>NSString</string>
  228.                 </dict>
  229.                 <key>Separator</key>
  230.                 <dict>
  231.                     <key>AppleEventCode</key>
  232.                     <string>sSEP</string>
  233.                     <key>Optional</key>
  234.                     <string>YES</string>
  235.                     <key>Type</key>
  236.                     <string>NSString</string>
  237.                 </dict>
  238.                 <key>TryRFC822</key>
  239.                 <dict>
  240.                     <key>AppleEventCode</key>
  241.                     <string>bRFC</string>
  242.                     <key>Optional</key>
  243.                     <string>YES</string>
  244.                     <key>Type</key>
  245.                     <string>NSNumber<Bool></string>
  246.                 </dict>
  247.             </dict>
  248.             <key>CommandClass</key>
  249.             <string>NSScriptCommand</string>
  250.             <key>ResultAppleEventCode</key>
  251.             <string>long</string>
  252.             <key>Type</key>
  253.             <string>NSNumber<Long></string>
  254.         </dict>
  255.     </dict>
  256.     <key>Name</key>
  257.     <string>SpamSieve</string>
  258. </dict>
  259. </plist>
  260.